ouroboros git
Commit a757555f81c9bde971a39bef3bbb3cdffcddfb23
Parents: 9c0754b
Author: Zenith <157907903+RFnexus@users.noreply.github.com>
Date: 2026-05-07T22:23:17-04:00
Commit: GitHub <noreply@github.com>
Date: 2026-05-07T22:23:17-04:00
Update README
Changes
Diff
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..60cc349
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# modem73interface
+
+modem73interface is a Reticulum interface for the modem73 KISS TNC. It enables any HF/VHF/UHF radio to operate with Reticulum
+
+Drop this file into ~/.reticulum/interfaces/ and add an entry like:
+```
+[[MODEM73]]
+type = Modem73Interface
+enabled = yes
+target_host = 127.0.0.1
+target_port = 8001
+control_host = 127.0.0.1
+control_port = 8073
+```
+where the target host, port, and control host and port are pointing to your runnning modem73 instance
Served by rngit 1.2.7 - Generated in 0.02s